From: kaf24@firebug.cl.cam.ac.uk Date: Fri, 15 Sep 2006 10:04:41 +0000 (+0100) Subject: [HVM] Remove a useless header file include in hvm.c X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15658^2~52^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=eff691edc0cb3de7725212624749f8e3c3d7a8cd;p=xen.git [HVM] Remove a useless header file include in hvm.c Signed-off-by: Xin Li --- diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c index 0a7aa015d4..72799aa8ae 100644 --- a/xen/arch/x86/hvm/hvm.c +++ b/xen/arch/x86/hvm/hvm.c @@ -337,7 +337,6 @@ int cpu_get_interrupt(struct vcpu *v, int *type) return -1; } -#include void hvm_hlt(unsigned long rflags) { struct vcpu *v = current;